home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Plate Tectonics / card_15754.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  65 lines

  1. -- card: 15754 from stack: in
  2. -- bmap block id: 6066
  3. -- flags: 0000
  4. -- background id: 10276
  5. -- name: world map
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide background button "previous"
  9. end openCard
  10.  
  11. on closeCard
  12.   show background button "previous"
  13. end CloseCard
  14.  
  15.  
  16.  
  17. -- part 2 (button)
  18. -- low flags: 00
  19. -- high flags: 8002
  20. -- rect: left=198 top=312 right=336 bottom=330
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Animation
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   push card
  32.   if the name of this card is not "world map" then
  33.     go to card "world map"
  34.     repeat 4 times
  35.       visual wipe left very slowly
  36.       go next
  37.       wait 30
  38.     end repeat
  39.   end if
  40.  
  41.  
  42.  
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: A002
  50. -- rect: left=16 top=319 right=340 bottom=76
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Return
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   global ReturnCard
  62.   go ReturnCard
  63. end mouseUp
  64.  
  65.